home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / seteuid < prev    next >
Text File  |  2001-04-06  |  743b  |  22 lines

  1. SYNOPSIS
  2.         int seteuid(string str)
  3.  
  4. DESCRIPTION
  5.         Set effective uid to str. The calling object must be
  6.         privileged to do so by the master object. In most
  7.         installations it can always be set to the current uid of the
  8.         object, to the uid of the creator of the object file, or to 0.
  9.         
  10.         When this value is 0, the current object's uid can be changed
  11.         by export_uid(), and only then.
  12.         
  13.         If strict euid usage is enforced, objects with euid 0 cannot
  14.         load or clone other objects.
  15.  
  16. HISTORY
  17.         Since 3.2.1@47, this efun is availabe only when using euids.
  18.         Since 3.2.7, this efun is always available.
  19.  
  20. SEE ALSO
  21.         export_uid(E), getuid(E), geteuid(E), native(C)
  22.